using UnityEngine;

public class #SCRIPTNAME# : MonoBehaviour
{

    void Start()
    {
        #NOTRIM#
    }


    void Update()
    {
        #NOTRIM#
    }
}
